-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate media
boards into the rockchip64
family
#6834
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Hardware
Hardware related like kernel, U-Boot, ...
Patches
Patches related to kernel, U-Boot, ...
labels
Jun 29, 2024
13 tasks
rpardini
force-pushed
the
media-kernel-rework
branch
from
June 30, 2024 07:14
8302d12
to
3df4465
Compare
The `media` board family is being deprecated.
The `media` board family is being deprecated.
The `media` board family is being deprecated.
All remaining `media` boards have been integrated into the `rockchip64` family. - Remove the family config - Remove all kernel patch folders - Remove all U-Boot patch folders - Remove all kernel configs
The board config file was likely copy-pasted from a former `media` board and thus includes some stuff that is not needed, like the abandoned U-Boot repo which is basically an old fork from Raxda's vendor U-Boot. - Switch to default rk3588 vendor U-Boot (using a generic rk3588 defconfig) - Cleanup board config file
rpardini
force-pushed
the
media-kernel-rework
branch
from
June 30, 2024 07:26
3df4465
to
bb5303c
Compare
rpardini
approved these changes
Jun 30, 2024
Hmm, that's weird. I don't know why, but
And sorry for late reply. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The
media
board family was long abandoned and most boards that formerly were using this board family already switched torockchip64
orrk3588
. @rpardini recently mentioned being in favor of getting rid of this kernel: #6717 (comment)Integrate the last remaining boards into
rockchip64
and remove themedia
board family, including its kernel.GitHub issue reference: #6821
Jira reference number AR-2392
How Has This Been Tested?
./compile.sh uboot BOARD=quartz64a BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
./compile.sh uboot BOARD=quartz64b BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
./compile.sh uboot BOARD=station-m1 BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
./compile.sh uboot BOARD=station-p2 BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
./compile.sh kernel BOARD=station-p2 BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
./compile.sh uboot BOARD=firefly-itx-3588j BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no EXPERT=yes KERNEL_CONFIGURE=no RELEASE=trixie
@SeeleVolleri You can test the Firefly if you like. Your board was using the abandoned U-Boot from the
media
family. But it should work same as before :)Checklist: